Forum Discussion
ITZBund_177779
Nimbostratus
Feb 06, 2018HTTP-Header - insert client-cert -- blank at last?
I have a iRule like this:
when HTTP_REQUEST {
check if there is a SSL certificate available
if { [SSL::cert count] > 0 } {
insert this cert in PEM format to the (X-ENV-SSL_CLIENT_CER...
Andy_McGrath
Cumulonimbus
Feb 06, 2018To remove white space from the cert data use string trim command, that should make Apache a bit happier.
e.g.
[string trim [X509::whole [SSL::cert 0]]]
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects