today:
32
yesterday:
174
Total:
999,512

Reversing Require HTTPS

admin 2023.06.04 20:38 Views : 84

Reversing Require HTTPS

If you enable Reverse HTTPS, an Instance administrator can disable it by running the following SQL statements.

To reverse Require HTTPS:

  1. Connect in SQL*Plus or SQL Developer with the Application Express engine schema as the current schema, for example:
    • On Windows:

      SYSTEM_DRIVE:\ sqlplus /nolog
      SQL> CONNECT SYS as SYSDBA
      Enter password: SYS_password
      
    • On UNIX and Linux:

      $ sqlplus /nolog
      SQL> CONNECT SYS as SYSDBA
      Enter password: SYS_password
      
  2. Run the following statement:
    ALTER SESSION SET CURRENT_SCHEMA = APEX_180100;
    
  3. Run the following statement:
    BEGIN
        APEX_INSTANCE_ADMIN.SET_PARAMETER('REQUIRE_HTTPS', 'N');
        commit;
    end;
    /
    
No. Subject Author Date Views
26 Material requirements planning (MRP) admin 2018.02.14 87
» Reversing Require HTTPS admin 2023.06.04 84
24 Link- AbbaBeauty admin 2018.02.13 84
23 127.0.0.1:8080/apex/ admin 2023.06.03 83
22 STARTUP admin 2022.09.01 83
21 Apex Interactive Report: The difference between CIR and RIR admin 2018.01.26 80
20 Manufacturing resource planning (MRP II) admin 2018.02.14 78
19 ipconfig admin 2023.06.03 67
18 GP - 영수증 (2) admin 2022.11.07 63
17 Building Mobile Applications with Oracle Application Express 5.0 admin 2017.11.25 63
16 GP 영수증 본문 admin 2022.11.07 61
15 CHANGE TABLE NAME admin 2023.05.31 58
14 WHDR email address admin 2023.04.13 55
13 GP 영수증 (3) -01/04/2023 admin 2023.01.04 53
12 LOOP TABLE UPDATE admin 2023.05.19 50
11 FINAL TEST admin 2023.05.08 44
10 Global pages admin 2023.05.09 40
9 GitHub.com/Oracle/APEX. admin 2023.05.04 40
8 TEST admin 2023.04.28 40
7 GRAPH (BAR) SQL SAMPLE admin 2023.05.25 39