10-Apr-2023 19:45
Hi guys
I need your help !
chatgpt sent 403 forbidden response code when client access via sslo
I guess chatgpt API connection can't established becuase of proxy setting
please let me know the reason
thank you
11-Apr-2023 16:17
@neeeewbie has the auth already happened? Do you have a capture without SSLO?
11-Apr-2023 18:38
working well when I configure bypass destination IP (chatgpt ip address)
but our customer wnat to see the all packet
12-Apr-2023 15:22
I think the site leverages OAuth. Are you able to tell if the login is passing through?
13-Apr-2023 02:06
Yes login is working well without bypassing
but when I start chat, error message occurred
I found some documents, that is indicate chatgpt make API token. I guess F5 can't make API connection because of token
thank you
13-Apr-2023 08:24
Yes, I think if you can get a capture without SSLO inline or bypassed, you can see where the token is lost or if that part just breaks
13-Apr-2023 19:47
thank you !!
I will check this !
24-May-2023 00:16
Hi !
Has this problem been resolved?
I am experiencing the same problem in my environment.
Logging in is fine, but when I first send the chat, I get an error.
I do not want to use bypass because I want to decrypt the communication to ChatGPT for information leakage prevention monitoring.
We are looking for a way to tune it so that it can be done without bypassing.
Questionably, it failed in Microsoft Edge, Google Chrome, and was usable in Firefox.
We are currently building a verification environment and will investigate.
24-May-2023 00:26
Hi
I got documents about that
chatgpt using http2.0
so we need enable http2.0
please check below url
https://my.f5.com/manage/s/article/K32080520
unfortunately I have another problem.. template Lx package does not work after 16.1.0 .. this configuration need over the 16.1.0 os version
thank you
24-May-2023 00:43
Hi !
Thanks for the information.
We are using Version 16.1 or later and will give it a try.
thank you.
20-Jun-2023 16:40
@neeeewbie and/or @sugiyama_san - is there one or more replies that you may Accept As Solution? Seems like the thread may not be done but...even a partial solution (or further update?) could help future users trying to leverage ChatGPT.
Thanks, Lief
21-Jun-2023 01:00
firefox browser user can access the chatGPT without http2 profile
other browser need http2 profile
11-Jul-2023 18:09
Hi @neeeewbi and @LiefZimmerman
Sorry for the delayed response. I have checked to ensure that there are no issues with the actual modifications made.
I created a verification environment that closely resembles the actual service provision,
and after applying the settings,
I was able to confirm that it worked as expected, and ChatGPT was available for use.
made the following changes to the 'Client Profile' used in the 'SSL Configuration'.
Bigip Ver 16.1 (SSLo Ver 9.3)
SSL Forward Proxy > Hello Extensions
Extentions List...
Application-Layer Protocol Negotiation Enable
Thanks!!
24-Jul-2023 10:59
Hey @neeeewbie did you happen to get a chance to try this?
11-Jul-2023 07:02
Late to the scene...
Officially, ChatGPT through SSLO requires HTTP/2. The Proxy ALPN option was added in SSLO 9.0: https://clouddocs.f5.com/sslo-deployment-guide/sslo-09/chapter1/page1.02.html
11-Jul-2023 12:44
Thanks @Kevin_Stewart - your expertise is always appreciated.
@neeeewbie - can you mark one or more of these as Solutions?
27-Aug-2023 17:49
The configuration I'm using in my SSLo involves decrypting HTTPS traffic, forwarding it to an explicit proxy (McAfee Web Gateway) for security inspection, and then re-encrypting it.
Enabling the ProxyALPN option allowed me to use the desired ChatGPT. However, all the traffic using HTTP/2 to communicate ceased flowing to the explicit proxy on the SSLo service chain side.
Is there a way to resolve this issue and restore the flow of traffic using HTTP/2 to the explicit proxy within the SSLo service chain?
28-Aug-2023 06:58
HTTP/2 to an inline HTTP inspection device is not supported.
28-Aug-2023 18:12
Thank you for your response.