Forum Discussion
HTTPS Request?
22 Replies
- hoolio
Cirrostratus
Hi Scott, - Scott_82463
Nimbostratus
Aaron,I tried setting up an SSL Profile using the default settings, but that doesn't seem to have changed anything. Is there anything that has to be done to activate it or associate it with a given iRule? Are there specific settings I should have changed to make it decrypt HTTPS traffic?
Thanks!
- hoolio
Cirrostratus
What do you see in the browser when it fails currently? Can you try testing from the LTM command line? - Scott_82463
Nimbostratus
It looks like it's returning the html for the configuration utility whenever I do that curl command. - Scott_82463
Nimbostratus
The iRule I'm trying to run prints "Hello World" whenever I try https://1.1.1.1/mytest, but so far it's not working. Here's what curl returns in that case:Object not found!
The requested URL was not found on this server.
If you entered the URL manually please check your
spelling and try again.
Error 404
Thu May 26 19:15:03 2011* Connection 0 to host 1.1.1.1 left intact
* Closing connection 0
* SSLv3, TLS alert, Client hello (1):
- hoolio
Cirrostratus
Can you post the iRule you're testing? - Scott_82463
Nimbostratus
Sorry for the delay, here's the iRule I'm using:when HTTP_REQUEST {
if { [HTTP::uri] eq "/mytest" } {
log local0. "Hello World"
HTTP::respond 200 content "Hello World" "Content-Type" "text/xml"
}
}
- hoolio
Cirrostratus
Can you list the virtual server config using 'b virtual VS_NAME list'? Do you see the "Hello World" statement or anything else logged to /var/log/ltm when you test with curl using 'curl -vk https://1.1.1.1/mytest'? - Scott_82463
Nimbostratus
Aaron,Nothing gets logged when I try that curl command.
How do you figure out the value for VS_NAME? Sorry I don't really know what I'm doing here, I'm just a developer who has to work with F5 without any previous F5 experience and I'm working on a VMWare image from another F5 that I had no part in setting up.
Thanks!
- Scott_82463
Nimbostratus
Is there something you can type at the command line to find the virtual server name? I'm still not sure the exact name needed for this command. Thanks!
Recent Discussions
Related Content
* 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